Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.core.cache.config--caches

This contribution is part of XML component org.nuxeo.ecm.core.cache.config inside nuxeo-runtime-6.0.jar

Extension Point

Extension point caches of component CacheService.

Contributed Items

  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="default-cache">
          <ttl>20</ttl><!-- minutes -->
          <option name="maxSize">100</option>
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-user-entry-cache">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-user-entry-cache-without-references">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-group-entry-cache">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-group-entry-cache-without-references">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-user-entry-cache">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-user-entry-cache-without-references">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-group-entry-cache">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>
  • <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-group-entry-cache-without-references">
          <option name="maxSize">100</option>
          <ttl>20</ttl><!-- minutes -->
          <option name="concurrencyLevel">500</option>
        </cache>

XML Source

<extension point="caches" target="org.nuxeo.ecm.core.cache.CacheService">
    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="default-cache">
      <ttl>20</ttl><!-- minutes -->
      <option name="maxSize">100</option>
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-user-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-user-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-group-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="sql-group-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-user-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-user-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-group-entry-cache">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" name="ldap-group-entry-cache-without-references">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

  </extension>